.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#image {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
}

#image1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    color: rgb(0, 0, 0);
    display: block;
}

#image2 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0%;
    clear: both;
    color: rgb(0, 0, 0);
    display: block;
}

#image3 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    color: rgb(0, 0, 0);
    display: block;
}

#image4 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    color: rgb(0, 0, 0);
    display: block;
}

#image:hover {
    opacity: 1;
}

